:root {
    --primary: #4081fb;
    --sec: #ffaa00;
    --main: #fff;
    --main_light: #f8f9fa;
    --main-transtion: 0.5s;
}

/* light mode */
html[data-theme="light"]:root {
    --primary: #4081fb;
    --sec: #fff;
    --main: #000;
    --main_light: #000;
    --main-transtion: 0.5s;
}

/* head */
@font-face {
    font-family: Poppins;
    src: url("../../webfonts/en/Poppins-Bold.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

@font-face {
    font-family: Flipahaus;
    src: url("../../webfonts/en/Flipahaus-V2(1).otf");
    font-weight: normal;
    font-style: normal;

    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

@font-face {
    font-family: Cairo;
    src: url("../../webfonts/en/Cairo-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

* {
    font-family: Cairo;
}

p,
li {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.fs-1,
.fs-2,
.fs-3,
.fs-4,
.fs-5,
.fs-6 {
    font-family: Poppins;
}

a,
button,
a *,
small,
button * {
    text-decoration: none;
    font-family: Flipahaus;
    letter-spacing: 2px;
}

p,
li {
    color: #636262;
}

section {
    overflow: hidden;
}

/* nav */
nav.navbar {
    background-color: var(--primary);
}

nav .btn-social {
    background-color: white;
    color: var(--primary);
    margin-right: 10px;
}

nav .btn-lang {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}

nav .btn-contact {
    border-left: 2px solid white;
    padding-left: 10px;
}

nav .btn-contact span {
    color: #000;
}

nav .logo {
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

@media (min-width: 768px) {
    nav .container {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid var(--primary);
    }
}

.dropdown-item {
    text-align: start;
}

.dropdown-item span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: var(--sec);
    border-radius: 50%;
    margin-right: 5px;
}

.navbar-toggler {
    float: right;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

.navbar-nav .nav-link.active {
    color: var(--sec);
}

/* Footer  */
.foot-content .head-img {
    height: 300px;
    /* padding-bottom: 50px; */
}

ul::marker {
    display: none;
}

.footer-bg {
    background-image: url("./../../images/footer-bg.webp");
}

.foot-content .foot-title .foot-logo {
    width: 118px;
    height: 100px;
    margin-bottom: 10px;
}

.foot-content .foot-title .title {
    color: var(--primary);
}

.foot-content .foot-title p {
    padding-bottom: 20px;
}

.foot-content .foot-title .info,
.foot-content .titles {
    color: var(--primary);
}

.foot-content .foot-title .info::after {
    content: "";
    width: 80%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    right: 0;
    background-color: var(--primary);
}

.foot-content .foot-title i {
    font-size: 15px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.foot-content .foot-title i.fa-whatsapp {
    color: var(--primary);
    background-color: #25d366 !important;
}

.foot-content .foot-title i.fa-facebook-f {
    color: white;
    background-color: #4267b2 !important;
}

.foot-content .youtube {
    color: var(--primary);
    background-color: #cd201f !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-content .foot-title i.fa-twitter {
    color: white;
    background-color: #00acee !important;
}

.foot-content .foot-title i.fa-instagram {
    color: white;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.foot-content .foot-title i.fa-linkedin-in {
    color: white;
    background-color: #0072b1 !important;
}

.foot-content .foot-links i,
.foot-content .foot-product i {
    margin-right: 10px;
    color: var(--primary);
    /* transform: scaleX(-1); */
}

.foot-content ul {
    list-style-type: none;
}

.foot-content .foot-links li {
    margin-bottom: 15px;
    transition: 0.5s;
}

.foot-content .foot-links li:hover {
    transform: translateX(10px);
}

.foot-content .foot-product li a,
.foot-content .foot-contact a,
.foot-content .foot-links li a {
    transition: var(--primary-transtion);
    color: #000;
}

.foot-content .foot-product li a:hover,
.foot-content .foot-contact a:hover,
.foot-content .foot-links li .active:hover,
.foot-content .foot-links li .active,
.foot-content .foot-links li a:hover {
    color: var(--primary);
}

.foot-content .foot-contact li {
    display: flex;
    align-items: center;
}

.foot-content .foot-contact .conatact-us-list::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    right: 0;
    background-color: var(--primary);
}

.foot-content .foot-contact i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background-color: var(--primary);
    color: white;
    border-radius: 10px;
}

.foot-content .row .col-12:not(:first-child) {
    padding-right: 30px;
}

.foot-content .allRight {
    background-color: var(--primary);
    color: white;
    font-size: 20px;
}

.foot-content .allRight a {
    color: var(--sec);
    margin: 0 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .foot-content .head-img {
        height: auto;
        margin-bottom: 10px;
    }

    .foot-content .allRight p {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .foot-content .head-img {
        height: auto;
    }

    .foot-content .container {
        max-width: 90% !important;
    }

    .foot-content .row .col-12:not(:first-child) {
        padding-right: 10px;
    }

    .foot-content .foot-title .foot-logo {
        width: 100%;
        height: auto;
    }
}

/* btn-social  at footer */
.btn-social {
    position: relative;
    border: none;
    margin: 10px;
    background-color: transparent;
}

.btn-social a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    transition: 0.5s;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-social a:hover {
    transform: translateY(-20px);
}

.btn-social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: skewX(45deg) translateX(150px);
    transition: 0.5s ease;
}

.btn-social a:hover::before {
    transform: skewX(45deg) translateX(-150px);
}

.btn-social a svg {
    width: 1.5em;
}
@media (max-width: 567px) {
    .footer-bg {
        background-image: none;
        background: #edecec !important;
    }
    .foot-content .head-img {
        display: none;
    }
}
